@charset "gb2312";
/* CSS Document */

.mobile-footer{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #fb6a55; margin:1.5em 0 2em;}
.mobile-footer p{ margin:0 0.3em 0.3em; font-size:12px;}
.mobile-footer p a{ margin-right:5px;}

.mobile-footer-zx{ display:none;width:100%; height:40px; line-height:40px; background:#e8533d; position:fixed; z-index:99999; bottom:0px;}
.mobile-footer-zx ul li{ float:left; width:33%; height:40px; border-right:1px #fb6a55 solid; background:#e8533d; text-align:center; display:block; overflow:hidden;}
.mobile-footer-zx ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #e8533d solid; text-align:center; }
.mobile-footer-zx ul li a span { font-size:14px; font-weight:600;}

/*footer end*/

.scrotop{
    width: 30px;
    height: 30px;
    line-height: 15px;
    padding:9px;
    background-color:#e8533d ;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom:50px;
    display: none;
    right:3%;
}

/* copyright start */
.copyright{ display:none; padding:1em 0em 1.5em; text-align:center;border-top:2px solid #2b4d8b; margin:1.5em 0 1em;background-color: #fff;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;font-size: 12px;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2b4d8b; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33.333%; height:40px; border-right:1px #fff solid; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; background-color:#2b4d8b; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; text-align:center;  }
.last ul li a span { font-size:14px; font-weight:600;}
.last ul li:last-child{border-right:none}
/* copyright end */

@media only screen and (max-width:767px){
    .copyright,.last{ display:block;}
    #newBridge{
        display:none !important;
    }
    #QIAO_INVITE_CONTAINER{
        width:0 !important;
        height:0 !important;
    }
    .mobile-footer,.mobile-footer-zx{
        display:block;
    }
}